@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public static class TaccuinoType.ContattiStrutture.ContattiMedicinaNonConvenzionale extends Object
Classe Java per anonymous complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contattoMedicinaNonConvenzionale" type="{urn:taccuino:dataset}contattoMedicinaNonConvenzionaleType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ContattoMedicinaNonConvenzionaleType> |
contattoMedicinaNonConvenzionale |
| Constructor and Description |
|---|
ContattiMedicinaNonConvenzionale() |
| Modifier and Type | Method and Description |
|---|---|
List<ContattoMedicinaNonConvenzionaleType> |
getContattoMedicinaNonConvenzionale()
Gets the value of the contattoMedicinaNonConvenzionale property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") protected List<ContattoMedicinaNonConvenzionaleType> contattoMedicinaNonConvenzionale
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public List<ContattoMedicinaNonConvenzionaleType> getContattoMedicinaNonConvenzionale()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contattoMedicinaNonConvenzionale property.
For example, to add a new item, do as follows:
getContattoMedicinaNonConvenzionale().add(newItem);
Objects of the following type(s) are allowed in the list
ContattoMedicinaNonConvenzionaleType
Copyright © 2024. All rights reserved.